In This Topic
Inserts an item to the
IList at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As _
)
public void Insert(
int ,
)
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the IList.
See Also